home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / graphics / copper.txt < prev    next >
Text File  |  1992-09-02  |  1KB  |  56 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:graphics/copper.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. CONST COPPER_MOVE=0,
  6.       COPPER_WAIT=1,
  7.       CPRNXTBUF=2,
  8.       CPR_NT_LOF=$8000,
  9.       CPR_NT_SHT=$4000,
  10.       CPR_NT_SYS=$2000
  11.  
  12. (---) OBJECT copins
  13. (  0)   opcode:INT
  14. (  2)   nxtlist:substructure
  15. (  2)   vwaitpos:substructure
  16. (  2)   destaddr:substructure
  17. (  4)   hwaitpos:substructure
  18. (  4)   destdata:substructure
  19. (---) ENDOBJECT     /* SIZEOF=6 */
  20.  
  21. (---) OBJECT cprlist
  22. (  0)   next:LONG
  23. (  4)   start:LONG
  24. (  8)   maxcount:INT
  25. (---) ENDOBJECT     /* SIZEOF=10 */
  26.  
  27. (---) OBJECT coplist
  28. (  0)   next:LONG
  29. (  4)   _coplist:LONG
  30. (  8)   _viewport:LONG
  31. ( 12)   copins:LONG
  32. ( 16)   copptr:LONG
  33. ( 20)   coplstart:LONG
  34. ( 24)   copsstart:LONG
  35. ( 28)   count:INT
  36. ( 30)   maxcount:INT
  37. ( 32)   dyoffset:INT
  38. (---) ENDOBJECT     /* SIZEOF=34 */
  39.  
  40. (---) OBJECT ucoplist
  41. (  0)   next:LONG
  42. (  4)   firstcoplist:LONG
  43. (  8)   coplist:LONG
  44. (---) ENDOBJECT     /* SIZEOF=12 */
  45.  
  46. (---) OBJECT copinit
  47. (  0)   vsync_hblank:substructure
  48. (  4)   diwstart:substructure
  49. ( 12)   diagstrt:substructure
  50. ( 20)   sprstrtup:substructure
  51. ( 84)   wait14:substructure
  52. ( 92)   genloc:substructure
  53. (112)   sprstop:substructure
  54. (---) ENDOBJECT     /* SIZEOF=120 */
  55.  
  56.